real mode - traduzione in Inglese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

real mode - traduzione in Inglese

OPERATING MODE OF ALL X86-COMPATIBLE CPUS
Realmode; Real Mode; Real-address mode; Real address mode; True real mode; Real-mode

real mode         
echte toestand, werk toestand van de hoofd prossecor waarin al de bronnen zijn toegewezen aan het programma dat in uitvoering is
Virtual Mode Extensions         
FEATURE OF SPECIFIC MICROPROCESSOR
VM86; Virtual 8086 Mode; Virtual real mode; Virtual 8086-mode; Virtual x86 mode; V86; V86 mode; V86-mode; Virtual 8086 Mode Extensions; Virtual Mode Extensions; Intel Virtual Mode Extensions; Pentium Virtual Mode Extensions; Pentium VME; Intel VME; Virtual 8086 Mode Enhancements; Intel Virtual 8086 Mode Enhancements
virtuele werkwijze uitbreiding (extra apparatuur en/of programmatuur) (afk.), ontworpen door aantal bedrijven en als eerste door Motorola
protected mode         
  • Virtual segments of 80286
  • Paging (on Intel 80386) with page size of 4K
  • An Intel 80386 microprocessor
  • Example of privilege ring usage in an operating system using all rings
  • Common method of using paging to create a virtual address space
OPERATIONAL MODE OF X86-COMPATIBLE CENTRAL PROCESSING UNITS
Pmode; Protected Virtual Address Mode; Protected Mode; Protected virtual address mode; Protected-mode; 286 protected mode
beschermde toestand, toestand van de prossecor waarin een aantal toepassingen samen kunnen werken zonder onderlinge tegenwerkingen

Definizione

real mode
An operating mode of Intel 80x86 processors. The opposite of protected mode. (1995-03-29)

Wikipedia

Real mode

Real mode, also called real address mode, is an operating mode of all x86-compatible CPUs. The mode gets its name from the fact that addresses in real mode always correspond to real locations in memory. Real mode is characterized by a 20-bit segmented memory address space (giving 1 MB of addressable memory) and unlimited direct software access to all addressable memory, I/O addresses and peripheral hardware. Real mode provides no support for memory protection, multitasking, or code privilege levels.

Before the release of the 80286, which introduced protected mode, real mode was the only available mode for x86 CPUs; and for backward compatibility, all x86 CPUs start in real mode when reset, though it is possible to emulate real mode on other systems when starting on other modes.